projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12a9371
)
Comment change.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Sep 2002 00:28:00 +0000
(
00:28
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 9 Sep 2002 00:28:00 +0000
(
00:28
+0000)
lisp/emacs-lisp/byte-opt.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/byte-opt.el
b/lisp/emacs-lisp/byte-opt.el
index 5441083a8b29cef539d93f396494e9ed1a467feb..5594b918b37ce249cbab88a33f309ec73c6d3a86 100644
(file)
--- a/
lisp/emacs-lisp/byte-opt.el
+++ b/
lisp/emacs-lisp/byte-opt.el
@@
-1151,6
+1151,10
@@
;;; state, so that constant folding them would be wrong,
;;; but we don't do constant folding based on this list.
+;;; However, at present the only optimization we normally do
+;;; is delete calls that need not occur, and we only do that
+;;; with the error-free functions.
+
;;; I wonder if I missed any :-\)
(let ((side-effect-free-fns
'(% * + - / /= 1+ 1- < <= = > >= abs acos append aref ash asin atan